home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 261 / SOMC Family Forum 261.iso / Xtras / ScriptOMatic Lite.Dxr / 00034_Field_ScriptPreview.txt < prev    next >
Text File  |  1997-04-30  |  222b  |  13 lines

  1. global gVariable
  2.  
  3. property pVariable
  4.  
  5. on new me
  6.   return me
  7. end new
  8.  
  9.   -- this handler has no purpose
  10. on handlerOne argumentOne, argumentTwo
  11.   do nothing
  12.   set exampleLocal = ["text", "moretext"]
  13. end handlerOne